Papers by Dung D. Le
Improving Vietnamese-English Medical Machine Translation (2024.lrec-main)
Copied to clipboard
| Challenge: | Existing high-quality Vietnamese-English parallel datasets are inadequate for translation training. |
| Approach: | They introduce a high-quality Vietnamese-English parallel dataset for medical translation . they compare Google Translate, ChatGPT, and pre-trained bilingual/multilingual models . |
| Outcome: | The proposed dataset is compared with translation models from Google Translate and ChatGPT. |
VisualCoder: Guiding Large Language Models in Code Execution with Fine-grained Multimodal Chain-of-Thought Reasoning (2025.findings-naacl)
Copied to clipboard
| Challenge: | Existing approaches to enhance large language models' ability to predict program behavior struggle with dynamic reasoning tasks. |
| Approach: | They propose a visual control flow graph that integrates CoT reasoning with a control flow . they aim to improve performance in program behavior prediction, error detection and output generation . |
| Outcome: | The proposed approach improves program behavior prediction, error detection, and output generation. |